React Native / Basics / Create a new React Native Project with Expo Go
New Project
-
Steps
Android Emulatornpx create-expo-app@latest AppName cd AppName 1. run the emulator device
2. 'npx expo start' in android terminal
3. you should see some options under the QR Code. Press “a” to open Android and it should automatically spin up your Android Emulator running your new App!
MANVIA BLOG